home *** CD-ROM | disk | FTP | other *** search
- object WizardForm: TWizardForm
- Left = 228
- Top = 106
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = '*'
- ClientHeight = 358
- ClientWidth = 495
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel: TBevel
- Left = 0
- Top = 314
- Width = 503
- Height = 2
- Shape = bsTopLine
- end
- object RequiredLabel1: TNewStaticText
- Left = 8
- Top = 332
- Width = 26
- Height = 14
- Caption = 'bold'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- end
- object RequiredLabel2: TNewStaticText
- Left = 33
- Top = 332
- Width = 51
- Height = 14
- Caption = ' = required'
- Enabled = False
- TabOrder = 5
- end
- object Notebook1: TNotebook
- Left = 0
- Top = 0
- Width = 496
- Height = 314
- Color = clBtnFace
- PageIndex = 1
- ParentColor = False
- TabOrder = 3
- object TPage
- Left = 0
- Top = 0
- Caption = 'Welcome'
- object WelcomeImage: TImage
- Left = 0
- Top = 0
- Width = 164
- Height = 314
- Picture.Data = {<image000.bmp>}
- end
- object WelcomeLabel1: TNewStaticText
- Left = 176
- Top = 16
- Width = 301
- Height = 53
- AutoSize = False
- Caption = 'Welcome to the [name]'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- object WelcomeLabel2: TNewStaticText
- Left = 176
- Top = 76
- Width = 301
- Height = 57
- AutoSize = False
- Caption =
- 'This wizard will guide you through the process of creating a new' +
- ' Inno Setup script file. The results will be used to generate a ' +
- 'new script file which can be compiled directly or saved on disk ' +
- 'for later use.'
- ShowAccelChar = False
- TabOrder = 1
- WordWrap = True
- end
- object WelcomeLabel3: TNewStaticText
- Left = 176
- Top = 140
- Width = 301
- Height = 77
- AutoSize = False
- Caption =
- 'Not all features of Inno Setup are covered by this wizard. See t' +
- 'he documentation for details on creating Inno Setup script files' +
- '!'#13#13'Click Next to continue, or Cancel to exit this wizard.'
- TabOrder = 2
- WordWrap = True
- end
- object EmptyCheck: TCheckBox
- Left = 176
- Top = 288
- Width = 189
- Height = 17
- Caption = 'Create a new &empty script file'
- TabOrder = 3
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Main'
- object Bevel1: TBevel
- Left = 0
- Top = 58
- Width = 499
- Height = 3
- Shape = bsTopLine
- end
- object Notebook2: TNotebook
- Left = 4
- Top = 64
- Width = 485
- Height = 245
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'AppInfo'
- object AppNameLabel: TNewStaticText
- Left = 36
- Top = 8
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Application na&me:'
- FocusControl = AppNameEdit
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- WordWrap = True
- end
- object AppVerNameLabel: TNewStaticText
- Left = 36
- Top = 56
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Application name including &version:'
- FocusControl = AppVerNameEdit
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- WordWrap = True
- end
- object AppPublisherLabel: TNewStaticText
- Left = 36
- Top = 104
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Application &publisher:'
- FocusControl = AppPublisherEdit
- TabOrder = 4
- WordWrap = True
- end
- object AppURLLabel: TNewStaticText
- Left = 36
- Top = 152
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Application &website:'
- FocusControl = AppURLEdit
- TabOrder = 6
- WordWrap = True
- end
- object AppNameEdit: TEdit
- Left = 36
- Top = 28
- Width = 309
- Height = 21
- TabOrder = 1
- end
- object AppVerNameEdit: TEdit
- Left = 36
- Top = 76
- Width = 309
- Height = 21
- TabOrder = 3
- end
- object AppPublisherEdit: TEdit
- Left = 36
- Top = 124
- Width = 309
- Height = 21
- TabOrder = 5
- end
- object AppURLEdit: TEdit
- Left = 36
- Top = 172
- Width = 309
- Height = 21
- TabOrder = 7
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'AppDir'
- object AppDirNameLabel: TNewStaticText
- Left = 36
- Top = 84
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Application directory na&me:'
- FocusControl = AppDirNameEdit
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- WordWrap = True
- end
- object AppRootDirLabel: TNewStaticText
- Left = 36
- Top = 8
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Application &destination base directory:'
- FocusControl = AppRootDirComboBox
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- WordWrap = True
- end
- object OtherLabel: TNewStaticText
- Left = 36
- Top = 156
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Other:'
- FocusControl = AppDirNameEdit
- TabOrder = 6
- WordWrap = True
- end
- object AppRootDirComboBox: TComboBox
- Left = 36
- Top = 28
- Width = 309
- Height = 21
- Style = csDropDownList
- DropDownCount = 12
- ItemHeight = 13
- TabOrder = 1
- OnChange = AppRootDirComboBoxChange
- end
- object AppRootDirEdit: TEdit
- Left = 36
- Top = 56
- Width = 309
- Height = 21
- TabOrder = 2
- end
- object AppDirNameEdit: TEdit
- Left = 36
- Top = 104
- Width = 309
- Height = 21
- TabOrder = 4
- end
- object NotDisableDirPageCheck: TCheckBox
- Left = 36
- Top = 132
- Width = 425
- Height = 17
- Caption = 'Allow user to &change the application directory'
- TabOrder = 5
- end
- object NotCreateAppDirCheck: TCheckBox
- Left = 36
- Top = 176
- Width = 257
- Height = 17
- Caption = 'The application doe&sn'#39't need a directory'
- TabOrder = 7
- OnClick = NotCreateAppDirCheckClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'AppFiles'
- object AppFilesLabel: TNewStaticText
- Left = 36
- Top = 80
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Other application &files:'
- FocusControl = AppFilesListBox
- TabOrder = 4
- WordWrap = True
- end
- object AppExeLabel: TNewStaticText
- Left = 36
- Top = 8
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Application &main executable file:'
- FocusControl = AppExeEdit
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- WordWrap = True
- end
- object AppFilesListBox: TDropListBox
- Left = 36
- Top = 100
- Width = 309
- Height = 137
- ItemHeight = 13
- TabOrder = 5
- OnClick = AppFilesListBoxClick
- OnDblClick = AppFilesListBoxDblClick
- OnDropFile = AppFilesListBoxDropFile
- end
- object AppFilesAddButton: TButton
- Left = 360
- Top = 102
- Width = 89
- Height = 23
- Caption = '&Add file(s)...'
- TabOrder = 6
- OnClick = AppFilesAddButtonClick
- end
- object AppFilesEditButton: TButton
- Left = 360
- Top = 158
- Width = 89
- Height = 23
- Caption = '&Edit...'
- TabOrder = 8
- OnClick = AppFilesEditButtonClick
- end
- object AppFilesRemoveButton: TButton
- Left = 360
- Top = 186
- Width = 89
- Height = 23
- Caption = 'Remo&ve'
- TabOrder = 9
- OnClick = AppFilesRemoveButtonClick
- end
- object AppExeEdit: TEdit
- Left = 36
- Top = 28
- Width = 309
- Height = 21
- TabOrder = 1
- end
- object AppExeRunCheck: TCheckBox
- Left = 36
- Top = 56
- Width = 413
- Height = 17
- Caption = 'Allow user to &start the application after Setup has finished'
- TabOrder = 3
- end
- object AppExeButton: TButton
- Left = 360
- Top = 27
- Width = 89
- Height = 23
- Caption = 'B&rowse...'
- TabOrder = 2
- OnClick = AppExeButtonClick
- end
- object AppFilesAddDirButton: TButton
- Left = 360
- Top = 130
- Width = 89
- Height = 23
- Caption = 'Add &directory...'
- TabOrder = 7
- OnClick = AppFilesAddDirButtonClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'AppIcons'
- object AppGroupNameLabel: TNewStaticText
- Left = 36
- Top = 8
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Application &Start Menu folder name:'
- FocusControl = AppGroupNameEdit
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- WordWrap = True
- end
- object Label1: TNewStaticText
- Left = 36
- Top = 140
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Other:'
- FocusControl = AppDirNameEdit
- TabOrder = 6
- WordWrap = True
- end
- object AppGroupNameEdit: TEdit
- Left = 36
- Top = 28
- Width = 309
- Height = 21
- TabOrder = 1
- end
- object NotDisableProgramGroupPageCheck: TCheckBox
- Left = 36
- Top = 56
- Width = 425
- Height = 17
- Caption = 'Allow user to &change the Start Menu folder name'
- TabOrder = 2
- OnClick = NotDisableProgramGroupPageCheckClick
- end
- object AllowNoIconsCheck: TCheckBox
- Left = 36
- Top = 76
- Width = 425
- Height = 17
- Caption = 'Allow user to &disable Start Menu folder creation'
- TabOrder = 3
- end
- object DesktopIconCheck: TCheckBox
- Left = 36
- Top = 160
- Width = 257
- Height = 17
- Caption = 'Allow user to create a deskto&p icon'
- TabOrder = 7
- OnClick = NotCreateAppDirCheckClick
- end
- object QuickLaunchIconCheck: TCheckBox
- Left = 36
- Top = 180
- Width = 257
- Height = 17
- Caption = 'Allow user to create a &Quick Launch icon'
- TabOrder = 8
- OnClick = NotCreateAppDirCheckClick
- end
- object CreateUninstallIconCheck: TCheckBox
- Left = 36
- Top = 116
- Width = 301
- Height = 17
- Caption = 'Create an &Uninstall icon in the Start Menu folder'
- TabOrder = 5
- end
- object CreateURLIconCheck: TCheckBox
- Left = 36
- Top = 96
- Width = 301
- Height = 17
- Caption = 'Create an &Internet shortcut in the Start Menu folder'
- TabOrder = 4
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'AppDocs'
- object AppLicenseFileLabel: TNewStaticText
- Left = 36
- Top = 8
- Width = 413
- Height = 16
- AutoSize = False
- Caption = '&License file:'
- FocusControl = AppLicenseFileEdit
- TabOrder = 0
- WordWrap = True
- end
- object AppInfoBeforeFileLabel: TNewStaticText
- Left = 36
- Top = 56
- Width = 413
- Height = 16
- AutoSize = False
- Caption = '&Information file shown before installation:'
- FocusControl = AppInfoBeforeFileEdit
- TabOrder = 3
- WordWrap = True
- end
- object AppInfoAfterFileLabel: TNewStaticText
- Left = 36
- Top = 104
- Width = 413
- Height = 16
- AutoSize = False
- Caption = 'Information file shown &after installation:'
- FocusControl = AppInfoAfterFileEdit
- TabOrder = 6
- WordWrap = True
- end
- object AppLicenseFileEdit: TEdit
- Left = 36
- Top = 28
- Width = 309
- Height = 21
- TabOrder = 1
- end
- object AppLicenseFileButton: TButton
- Left = 360
- Top = 27
- Width = 89
- Height = 23
- Caption = 'B&rowse...'
- TabOrder = 2
- OnClick = AppDocsFileButtonClick
- end
- object AppInfoBeforeFileEdit: TEdit
- Left = 36
- Top = 76
- Width = 309
- Height = 21
- TabOrder = 4
- end
- object AppInfoBeforeFileButton: TButton
- Left = 360
- Top = 75
- Width = 89
- Height = 23
- Caption = 'Br&owse...'
- TabOrder = 5
- OnClick = AppDocsFileButtonClick
- end
- object AppInfoAfterFileEdit: TEdit
- Left = 36
- Top = 124
- Width = 309
- Height = 21
- TabOrder = 7
- end
- object AppInfoAfterFileButton: TButton
- Left = 360
- Top = 123
- Width = 89
- Height = 23
- Caption = 'Bro&wse...'
- TabOrder = 8
- OnClick = AppDocsFileButtonClick
- end
- end
- end
- object PnlMain: TPanel
- Left = 0
- Top = 0
- Width = 497
- Height = 58
- BevelOuter = bvNone
- Color = clWindow
- TabOrder = 1
- object InnerImage: TImage
- Left = 438
- Top = 1
- Width = 55
- Height = 55
- Picture.Data = {<image001.bmp>}
- end
- object PageNameLabel: TNewStaticText
- Left = 24
- Top = 10
- Width = 405
- Height = 13
- AutoSize = False
- Caption = '*'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object PageDescriptionLabel: TNewStaticText
- Left = 40
- Top = 26
- Width = 389
- Height = 29
- AutoSize = False
- Caption = '*'
- ShowAccelChar = False
- TabOrder = 1
- WordWrap = True
- end
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Finished'
- object FinishedImage: TImage
- Left = 0
- Top = 0
- Width = 164
- Height = 314
- end
- object FinishedLabel: TNewStaticText
- Left = 176
- Top = 16
- Width = 301
- Height = 121
- AutoSize = False
- Caption =
- 'You have successfully completed the [name].'#13#13'To close this wizar' +
- 'd and generate the new script file, click Finish.'
- ShowAccelChar = False
- TabOrder = 0
- WordWrap = True
- end
- end
- end
- object BackButton: TButton
- Left = 248
- Top = 326
- Width = 75
- Height = 23
- Caption = '< &Back'
- TabOrder = 0
- OnClick = BackButtonClick
- end
- object NextButton: TButton
- Left = 323
- Top = 326
- Width = 75
- Height = 23
- Caption = '*'
- Default = True
- TabOrder = 1
- OnClick = NextButtonClick
- end
- object CancelButton: TButton
- Left = 408
- Top = 326
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object OpenDialog: TOpenDialog
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Left = 108
- Top = 324
- end
- end
-